home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000824-20010305 / 000198_news@columbia.edu _Sun Jan 7 19:12:53 2001.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by monire.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id TAA14953
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Sun, 7 Jan 2001 19:12:53 -0500 (EST)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id TAA07181
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Sun, 7 Jan 2001 19:12:53 -0500 (EST)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id SAA17133
  10.     for kermit.misc@watsun.cc.columbia.edu; Sun, 7 Jan 2001 18:56:39 -0500 (EST)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: fdc@columbia.edu (Frank da Cruz)
  13. Subject: Announcing C-Kermit 7.1 Alpha.02
  14. Date: 7 Jan 2001 23:56:38 GMT
  15. Organization: Columbia University
  16. Message-ID: <93avnm$gnb$1@newsmaster.cc.columbia.edu>
  17. To: kermit.misc@columbia.edu
  18.  
  19.  
  20. Alpha.02 of C-Kermit 7.1 is ready for testing.  Thanks to everybody for
  21. their comments and reports on Alpha.01.  The changes since Alpha.01
  22. include:
  23.  
  24.  . C-Kermit now accepts FTP, TELNET, and IKSD URLs on the command line.
  25.  . Character-set translation added to the FTP client for filenames.
  26.  . Setting incoming file dates by FTP [M]GET from the server file date.
  27.  . FTP CHECK lets FTP client check the existence of a file on server.
  28.  . FTP GET /NAMELIST: gets list of server filenames into a local file.
  29.  . FTP [M]PUT and [M]GET /SERVER-RENAME:template added to make server
  30.    rename a file as indicated by the template after successful transfer.
  31.  . FTP VDIRECTORY for getting verbose directory listings from TOPS-20.
  32.  . FTP TYPE TENEX for transferring 8-bit binary files with PDP-10s.
  33.  . Automatic text/binary mode switching for FTP [M]GET, based on
  34.    filename patterns (e.g. *.zip, *.exe are binary; *.txt, *.c are text).
  35.  . SET SEND I-PACKETS OFF added for coping with broken Kermit servers.
  36.  . A new option for \fword() and \fsplit() for parsing comma-separated
  37.    lists that might contain empty elements. 
  38.  . Improvement of various HELP and SHOW messages. 
  39.  
  40. Bug fixes include:
  41.  
  42.  . {} or "" could not be used as expected to represent the empty string. 
  43.  . ,- on a line by itself terminated a macro prematurely.
  44.  . FTP [M]GET broken when path segments were included in the filespec. 
  45.  . FTP MGET, if interrupted, did not clear its file list. 
  46.  . Various problems with FTP PUT /AS-NAME.
  47.  . Some FTP messages and displays interfered with each other. 
  48.  . Parsing of YESTERDAY, TODAY, and TOMORROW in date-time fields broken.
  49.  . Automatic old-to-new dialing directory format conversion broken in VMS.
  50.  . Various source-code portability problems.
  51.  
  52. Alpha.02 can be found in the regular location:
  53.  
  54.   http://www.columbia.edu/kermit/ck71.html
  55.  
  56. All documentation and blurbs have been updated:
  57.  
  58.   http://www.columbia.edu/kermit/ckermit3.html    Manual supplement
  59.   http://www.columbia.edu/kermit/ftpclient.html   FTP client overview
  60.   http://www.columbia.edu/kermit/ftpscripts.html  FTP scripting tutorial
  61.  
  62. Sorry, the SSH material has not been added yet.  It should be ready by
  63. the next Alpha test, barring unforeseen difficulties.
  64.  
  65. As usual, send reports, comments, suggestions, complaints by email to:
  66.  
  67.   kermit-support@columbia.edu
  68.  
  69. - Frank